#08D692

Color #08D692 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #08D692

Tints of Caribbean Green #08D692

Color information

#08D692 (or 0x08D692) is unknown color: approx Caribbean Green. HEX triplet: 08, D6 and 92. RGB value is (8,214,146). Sum of RGB (Red+Green+Blue) = 8+214+146=368 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 368); Green value is 214 (83.98% from 255 or 58.15% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 214 - color contains mainly: green. Hex color #08D692 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08D692 is #F7296D. Grayscale: #909090. Windows color (decimal): -16197998 or 9623048. OLE color: 9623048.

HSL color Cylindrical-coordinate representation of color #08D692: hue angle of 160.19º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D692 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB8214146-
CMYK0.9600.320.16
HSL160.19º92.79%43.53%-
HSV(B)160.19º96.26%83.92%-
XYZ29.3450.2235.34-
YUV144.65128.7530.53-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.17%
GREEN value IS 214 (83.98% from 255) = 58.15%
BLUE value IS 146 (57.42% from 255) = 39.67%
R=2.17%
G=58.15%
B=39.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal82141460.9600.320.16160.1992.7943.53
Hex8D6926002010a05d2c
Octal103262221400402024013554
Binary100011010110100100101100000010000010000101000001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08D692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,214,146); }

 H1.HeaderClassName
 {
   color: #08D692;
 }
 .AnyTagClassName
 {
   color: #08D692;
 }
</style>
background-color css

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

 a { background-color: rgb(8,214,146); }

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

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

 span { border-color: rgb(8,214,146); }

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