Html Css Color HEX #08C18D Caribbean Green

📋 copy color: '#08C18D'

red 8 ◦ green 193 ◦ blue 141

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

Shades of Caribbean Green #08C18D

Tints of Caribbean Green #08C18D

RGB

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

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

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

R = 2.34%
G = 56.43%
B = 41.23%

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

#08C18D (or 0x08C18D) is known color: Caribbean Green. HEX triplet: 08, C1 and 8D. RGB value is (8,193,141). Sum of RGB (Red+Green+Blue) = 8+193+141=342 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.34% from 342); Green value is 193 (75.78% from 255 or 56.43% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 193 - color contains mainly: green. Hex color #08C18D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C18D is #F73E72. Grayscale: #838383. Windows color (decimal): -16203379 or 9289992. OLE color: 9289992.

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

Color convert

RGB 8 193 141 -
CMYK 0.96 0 0.27 0.24
HSL 163.14º 0.92% 0.39% -
HSV(B) 163.14º 0.96% 0.76% -
XYZ 23.98 40.11 31.68 -
YUV 131.76 133.21 39.73 -
System Red Green Blue C M Y K H S L
Decimal 8 193 141 0.96 0 0.27 0.24 163.14 0.92 0.39
Hex 8 C1 8D 60 0 1B 18 A3 5C 27
Octal 10 301 215 140 0 33 30 243 134 47
Binary 1000 11000001 10001101 1100000 0 11011 11000 10100011 1011100 100111

Color Harmonies of #08C18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C18D

Black with #08C18D

Text Example


Text Example

White with #08C18D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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