Html Css Color HEX #10C893 Caribbean Green

📋 copy color: '#10C893'

red 16 ◦ green 200 ◦ blue 147

#10C893
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #10C893

Tints of Caribbean Green #10C893

RGB

 RED value IS 16 (6.64% from 255) = 4.41%

 GREEN value IS 200 (78.52% from 255) = 55.1%

 BLUE value IS 147 (57.81% from 255) = 40.5%

R = 4.41%
G = 55.1%
B = 40.5%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#10C893 (or 0x10C893) is known color: Caribbean Green. HEX triplet: 10, C8 and 93. RGB value is (16,200,147). Sum of RGB (Red+Green+Blue) = 16+200+147=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 200 (78.52% from 255 or 55.10% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 200 - color contains mainly: green. Hex color #10C893 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C893 is #EF376C. Grayscale: #8A8A8A. Windows color (decimal): -15677293 or 9685008. OLE color: 9685008.

HSL color Cylindrical-coordinate representation of color #10C893: hue angle of 162.72º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C893 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 16 200 147 -
CMYK 0.92 0 0.26 0.22
HSL 162.72º 0.85% 0.42% -
HSV(B) 162.72º 0.92% 0.78% -
XYZ 26.13 43.53 34.63 -
YUV 138.94 132.54 40.31 -
System Red Green Blue C M Y K H S L
Decimal 16 200 147 0.92 0 0.26 0.22 162.72 0.85 0.42
Hex 10 C8 93 5C 0 1A 16 A3 55 2A
Octal 20 310 223 134 0 32 26 243 125 52
Binary 10000 11001000 10010011 1011100 0 11010 10110 10100011 1010101 101010

Color Harmonies of #10C893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C893

Black with #10C893

Text Example


Text Example

White with #10C893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10C893; }

 p { color: rgb(16,200,147); }

 H1.HeaderClassName
 {
   color: #10C893;
 }
 .AnyTagClassName
 {
   color: #10C893;
 }
</style>

background-color css

<style>
 a { background-color: #10C893; }

 a { background-color: rgb(16,200,147); }

 div.DivClassName
 {
   background-color: #10C893;
 }
 .BgClassName
 {
   background-color: #10C893;
 }
</style>

border-color css

<style>
 span { border-color: #10C893; }

 span { border-color: rgb(16,200,147); }

 td.TdClassName
 {
   border-color: #10C893;
 }
 .TagClassName
 {
   border-color: #10C893;
 }
</style>