Html Css Color HEX #08CEB0 Caribbean Green

📋 copy color: '#08CEB0'

red 8 ◦ green 206 ◦ blue 176

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

Shades of Caribbean Green #08CEB0

Tints of Caribbean Green #08CEB0

RGB

 RED value IS 8 (3.52% from 255) = 2.05%

 GREEN value IS 206 (80.86% from 255) = 52.82%

 BLUE value IS 176 (69.14% from 255) = 45.13%

R = 2.05%
G = 52.82%
B = 45.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#08CEB0 (or 0x08CEB0) is known color: Caribbean Green. HEX triplet: 08, CE and B0. RGB value is (8,206,176). Sum of RGB (Red+Green+Blue) = 8+206+176=390 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.05% from 390); Green value is 206 (80.86% from 255 or 52.82% from 390); Blue value is 176 (69.14% from 255 or 45.13% from 390); Max value from RGB is 206 - color contains mainly: green. Hex color #08CEB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CEB0 is #F7314F. Grayscale: #8F8F8F. Windows color (decimal): -16200016 or 11587080. OLE color: 11587080.

HSL color Cylindrical-coordinate representation of color #08CEB0: hue angle of 170.91º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CEB0 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 206 176 -
CMYK 0.96 0 0.15 0.19
HSL 170.91º 0.93% 0.42% -
HSV(B) 170.91º 0.96% 0.81% -
XYZ 30.01 47.33 48.63 -
YUV 143.38 146.4 31.44 -
System Red Green Blue C M Y K H S L
Decimal 8 206 176 0.96 0 0.15 0.19 170.91 0.93 0.42
Hex 8 CE B0 60 0 F 13 AB 5D 2A
Octal 10 316 260 140 0 17 23 253 135 52
Binary 1000 11001110 10110000 1100000 0 1111 10011 10101011 1011101 101010

Color Harmonies of #08CEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CEB0

Black with #08CEB0

Text Example


Text Example

White with #08CEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08CEB0; }

 p { color: rgb(8,206,176); }

 H1.HeaderClassName
 {
   color: #08CEB0;
 }
 .AnyTagClassName
 {
   color: #08CEB0;
 }
</style>

background-color css

<style>
 a { background-color: #08CEB0; }

 a { background-color: rgb(8,206,176); }

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

border-color css

<style>
 span { border-color: #08CEB0; }

 span { border-color: rgb(8,206,176); }

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