Html Css Color HEX #08C18C Caribbean Green

📋 copy color: '#08C18C'

red 8 ◦ green 193 ◦ blue 140

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

Shades of Caribbean Green #08C18C

Tints of Caribbean Green #08C18C

RGB

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

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

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

R = 2.35%
G = 56.6%
B = 41.06%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#08C18C (or 0x08C18C) is known color: Caribbean Green. HEX triplet: 08, C1 and 8C. RGB value is (8,193,140). Sum of RGB (Red+Green+Blue) = 8+193+140=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 193 (75.78% from 255 or 56.60% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 193 - color contains mainly: green. Hex color #08C18C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C18C is #F73E73. Grayscale: #838383. Windows color (decimal): -16203380 or 9224456. OLE color: 9224456.

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

Color convert

RGB 8 193 140 -
CMYK 0.96 0 0.27 0.24
HSL 162.81º 0.92% 0.39% -
HSV(B) 162.81º 0.96% 0.76% -
XYZ 23.9 40.09 31.29 -
YUV 131.64 132.71 39.81 -
System Red Green Blue C M Y K H S L
Decimal 8 193 140 0.96 0 0.27 0.24 162.81 0.92 0.39
Hex 8 C1 8C 60 0 1B 18 A3 5C 27
Octal 10 301 214 140 0 33 30 243 134 47
Binary 1000 11000001 10001100 1100000 0 11011 11000 10100011 1011100 100111

Color Harmonies of #08C18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C18C

Black with #08C18C

Text Example


Text Example

White with #08C18C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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