Html Css Color HEX #08C5B1 Caribbean Green

📋 copy color: '#08C5B1'

red 8 ◦ green 197 ◦ blue 177

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

Shades of Caribbean Green #08C5B1

Tints of Caribbean Green #08C5B1

RGB

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

 GREEN value IS 197 (77.34% from 255) = 51.57%

 BLUE value IS 177 (69.53% from 255) = 46.34%

R = 2.09%
G = 51.57%
B = 46.34%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#08C5B1 (or 0x08C5B1) is known color: Caribbean Green. HEX triplet: 08, C5 and B1. RGB value is (8,197,177). Sum of RGB (Red+Green+Blue) = 8+197+177=382 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.09% from 382); Green value is 197 (77.34% from 255 or 51.57% from 382); Blue value is 177 (69.53% from 255 or 46.34% from 382); Max value from RGB is 197 - color contains mainly: green. Hex color #08C5B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C5B1 is #F73A4E. Grayscale: #8A8A8A. Windows color (decimal): -16202319 or 11650312. OLE color: 11650312.

HSL color Cylindrical-coordinate representation of color #08C5B1: hue angle of 173.65º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C5B1 is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 8 197 177 -
CMYK 0.96 0 0.10 0.23
HSL 173.65º 0.92% 0.4% -
HSV(B) 173.65º 0.96% 0.77% -
XYZ 28 43.16 48.45 -
YUV 138.21 149.88 35.13 -
System Red Green Blue C M Y K H S L
Decimal 8 197 177 0.96 0 0.10 0.23 173.65 0.92 0.4
Hex 8 C5 B1 60 0 A 17 AE 5C 28
Octal 10 305 261 140 0 12 27 256 134 50
Binary 1000 11000101 10110001 1100000 0 1010 10111 10101110 1011100 101000

Color Harmonies of #08C5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C5B1

Black with #08C5B1

Text Example


Text Example

White with #08C5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,197,177); }

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

background-color css

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

 a { background-color: rgb(8,197,177); }

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

border-color css

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

 span { border-color: rgb(8,197,177); }

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