#08E3B4

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

Shades of Caribbean Green #08E3B4

Tints of Caribbean Green #08E3B4

Color information

#08E3B4 (or 0x08E3B4) is unknown color: approx Caribbean Green. HEX triplet: 08, E3 and B4. RGB value is (8,227,180). Sum of RGB (Red+Green+Blue) = 8+227+180=415 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.93% from 415); Green value is 227 (89.06% from 255 or 54.70% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 227 - color contains mainly: green. Hex color #08E3B4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08E3B4 is #F71C4B. Grayscale: #9C9C9C. Windows color (decimal): -16194636 or 11854600. OLE color: 11854600.

HSL color Cylindrical-coordinate representation of color #08E3B4: hue angle of 167.12º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08E3B4 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB8227180-
CMYK0.9600.210.11
HSL167.12º93.19%46.08%-
HSV(B)167.12º96.48%89.02%-
XYZ35.8158.2952.54-
YUV156.16141.4522.32-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.93%
GREEN value IS 227 (89.06% from 255) = 54.70%
BLUE value IS 180 (70.70% from 255) = 43.37%
R=1.93%
G=54.70%
B=43.37%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal82271800.9600.210.11167.1293.1946.08
Hex8E3B460015Ba75d2e
Octal103432641400251324713556
Binary1000111000111011010011000000101011011101001111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08E3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,227,180); }

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

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

 a { background-color: rgb(8,227,180); }

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

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

 span { border-color: rgb(8,227,180); }

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