Html Css Color HEX #08C19F Caribbean Green

📋 copy color: '#08C19F'

red 8 ◦ green 193 ◦ blue 159

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

Shades of Caribbean Green #08C19F

Tints of Caribbean Green #08C19F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.61%

 BLUE value IS 159 (62.5% from 255) = 44.17%

R = 2.22%
G = 53.61%
B = 44.17%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#08C19F (or 0x08C19F) is known color: Caribbean Green. HEX triplet: 08, C1 and 9F. RGB value is (8,193,159). Sum of RGB (Red+Green+Blue) = 8+193+159=360 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 360); Green value is 193 (75.78% from 255 or 53.61% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 193 - color contains mainly: green. Hex color #08C19F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C19F is #F73E60. Grayscale: #858585. Windows color (decimal): -16203361 or 10469640. OLE color: 10469640.

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

Color convert

RGB 8 193 159 -
CMYK 0.96 0 0.18 0.24
HSL 168.97º 0.92% 0.39% -
HSV(B) 168.97º 0.96% 0.76% -
XYZ 25.43 40.69 39.32 -
YUV 133.81 142.21 38.26 -
System Red Green Blue C M Y K H S L
Decimal 8 193 159 0.96 0 0.18 0.24 168.97 0.92 0.39
Hex 8 C1 9F 60 0 12 18 A9 5C 27
Octal 10 301 237 140 0 22 30 251 134 47
Binary 1000 11000001 10011111 1100000 0 10010 11000 10101001 1011100 100111

Color Harmonies of #08C19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C19F

Black with #08C19F

Text Example


Text Example

White with #08C19F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,193,159); }

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

background-color css

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

 a { background-color: rgb(8,193,159); }

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

border-color css

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

 span { border-color: rgb(8,193,159); }

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