Html Css Color HEX #10C898 Caribbean Green

📋 copy color: '#10C898'

red 16 ◦ green 200 ◦ blue 152

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

Shades of Caribbean Green #10C898

Tints of Caribbean Green #10C898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.3%

R = 4.35%
G = 54.35%
B = 41.3%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#10C898 (or 0x10C898) is known color: Caribbean Green. HEX triplet: 10, C8 and 98. RGB value is (16,200,152). Sum of RGB (Red+Green+Blue) = 16+200+152=368 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.35% from 368); Green value is 200 (78.52% from 255 or 54.35% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 200 - color contains mainly: green. Hex color #10C898 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C898 is #EF3767. Grayscale: #8B8B8B. Windows color (decimal): -15677288 or 10012688. OLE color: 10012688.

HSL color Cylindrical-coordinate representation of color #10C898: hue angle of 164.35º 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 #10C898 is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 16 200 152 -
CMYK 0.92 0 0.24 0.22
HSL 164.35º 0.85% 0.42% -
HSV(B) 164.35º 0.92% 0.78% -
XYZ 26.54 43.69 36.74 -
YUV 139.51 135.04 39.9 -
System Red Green Blue C M Y K H S L
Decimal 16 200 152 0.92 0 0.24 0.22 164.35 0.85 0.42
Hex 10 C8 98 5C 0 18 16 A4 55 2A
Octal 20 310 230 134 0 30 26 244 125 52
Binary 10000 11001000 10011000 1011100 0 11000 10110 10100100 1010101 101010

Color Harmonies of #10C898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C898

Black with #10C898

Text Example


Text Example

White with #10C898

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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