Html Css Color HEX #08CB8D Caribbean Green

📋 copy color: '#08CB8D'

red 8 ◦ green 203 ◦ blue 141

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

Shades of Caribbean Green #08CB8D

Tints of Caribbean Green #08CB8D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 57.67%

 BLUE value IS 141 (55.47% from 255) = 40.06%

R = 2.27%
G = 57.67%
B = 40.06%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#08CB8D (or 0x08CB8D) is known color: Caribbean Green. HEX triplet: 08, CB and 8D. RGB value is (8,203,141). Sum of RGB (Red+Green+Blue) = 8+203+141=352 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 352); Green value is 203 (79.69% from 255 or 57.67% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 203 - color contains mainly: green. Hex color #08CB8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CB8D is #F73472. Grayscale: #898989. Windows color (decimal): -16200819 or 9292552. OLE color: 9292552.

HSL color Cylindrical-coordinate representation of color #08CB8D: hue angle of 160.92º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CB8D is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 203 141 -
CMYK 0.96 0 0.31 0.20
HSL 160.92º 0.92% 0.41% -
HSV(B) 160.92º 0.96% 0.8% -
XYZ 26.26 44.69 32.44 -
YUV 137.63 129.9 35.54 -
System Red Green Blue C M Y K H S L
Decimal 8 203 141 0.96 0 0.31 0.20 160.92 0.92 0.41
Hex 8 CB 8D 60 0 1F 14 A1 5C 29
Octal 10 313 215 140 0 37 24 241 134 51
Binary 1000 11001011 10001101 1100000 0 11111 10100 10100001 1011100 101001

Color Harmonies of #08CB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CB8D

Black with #08CB8D

Text Example


Text Example

White with #08CB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,203,141); }

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

background-color css

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

 a { background-color: rgb(8,203,141); }

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

border-color css

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

 span { border-color: rgb(8,203,141); }

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