Html Css Color HEX #08CB90 Caribbean Green

📋 copy color: '#08CB90'

red 8 ◦ green 203 ◦ blue 144

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

Shades of Caribbean Green #08CB90

Tints of Caribbean Green #08CB90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.56%

R = 2.25%
G = 57.18%
B = 40.56%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#08CB90 (or 0x08CB90) is known color: Caribbean Green. HEX triplet: 08, CB and 90. RGB value is (8,203,144). Sum of RGB (Red+Green+Blue) = 8+203+144=355 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 355); Green value is 203 (79.69% from 255 or 57.18% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 203 - color contains mainly: green. Hex color #08CB90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CB90 is #F7346F. Grayscale: #8A8A8A. Windows color (decimal): -16200816 or 9489160. OLE color: 9489160.

HSL color Cylindrical-coordinate representation of color #08CB90: hue angle of 161.85º 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 #08CB90 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 203 144 -
CMYK 0.96 0 0.29 0.20
HSL 161.85º 0.92% 0.41% -
HSV(B) 161.85º 0.96% 0.8% -
XYZ 26.49 44.78 33.63 -
YUV 137.97 131.4 35.3 -
System Red Green Blue C M Y K H S L
Decimal 8 203 144 0.96 0 0.29 0.20 161.85 0.92 0.41
Hex 8 CB 90 60 0 1D 14 A2 5C 29
Octal 10 313 220 140 0 35 24 242 134 51
Binary 1000 11001011 10010000 1100000 0 11101 10100 10100010 1011100 101001

Color Harmonies of #08CB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CB90

Black with #08CB90

Text Example


Text Example

White with #08CB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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