Html Css Color HEX #08BD8C Caribbean Green

📋 copy color: '#08BD8C'

red 8 ◦ green 189 ◦ blue 140

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

Shades of Caribbean Green #08BD8C

Tints of Caribbean Green #08BD8C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 56.08%

 BLUE value IS 140 (55.08% from 255) = 41.54%

R = 2.37%
G = 56.08%
B = 41.54%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#08BD8C (or 0x08BD8C) is known color: Caribbean Green. HEX triplet: 08, BD and 8C. RGB value is (8,189,140). Sum of RGB (Red+Green+Blue) = 8+189+140=337 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 337); Green value is 189 (74.22% from 255 or 56.08% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 189 - color contains mainly: green. Hex color #08BD8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BD8C is #F74273. Grayscale: #818181. Windows color (decimal): -16204404 or 9223432. OLE color: 9223432.

HSL color Cylindrical-coordinate representation of color #08BD8C: hue angle of 163.76º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BD8C is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 189 140 -
CMYK 0.96 0 0.26 0.26
HSL 163.76º 0.92% 0.39% -
HSV(B) 163.76º 0.96% 0.74% -
XYZ 23.03 38.34 31 -
YUV 129.3 134.03 41.48 -
System Red Green Blue C M Y K H S L
Decimal 8 189 140 0.96 0 0.26 0.26 163.76 0.92 0.39
Hex 8 BD 8C 60 0 1A 1A A4 5C 27
Octal 10 275 214 140 0 32 32 244 134 47
Binary 1000 10111101 10001100 1100000 0 11010 11010 10100100 1011100 100111

Color Harmonies of #08BD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BD8C

Black with #08BD8C

Text Example


Text Example

White with #08BD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,189,140); }

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

background-color css

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

 a { background-color: rgb(8,189,140); }

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

border-color css

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

 span { border-color: rgb(8,189,140); }

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