Html Css Color HEX #08BC8D Caribbean Green

📋 copy color: '#08BC8D'

red 8 ◦ green 188 ◦ blue 141

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

Shades of Caribbean Green #08BC8D

Tints of Caribbean Green #08BC8D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 55.79%

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

R = 2.37%
G = 55.79%
B = 41.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#08BC8D (or 0x08BC8D) is known color: Caribbean Green. HEX triplet: 08, BC and 8D. RGB value is (8,188,141). Sum of RGB (Red+Green+Blue) = 8+188+141=337 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BC8D is #F74372. Grayscale: #808080. Windows color (decimal): -16204659 or 9288712. OLE color: 9288712.

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

Color convert

RGB 8 188 141 -
CMYK 0.96 0 0.25 0.26
HSL 164.33º 0.92% 0.38% -
HSV(B) 164.33º 0.96% 0.74% -
XYZ 22.89 37.94 31.32 -
YUV 128.82 134.87 41.82 -
System Red Green Blue C M Y K H S L
Decimal 8 188 141 0.96 0 0.25 0.26 164.33 0.92 0.38
Hex 8 BC 8D 60 0 19 1A A4 5C 26
Octal 10 274 215 140 0 31 32 244 134 46
Binary 1000 10111100 10001101 1100000 0 11001 11010 10100100 1011100 100110

Color Harmonies of #08BC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BC8D

Black with #08BC8D

Text Example


Text Example

White with #08BC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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