#06BE98

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

Shades of Caribbean Green #06BE98

Tints of Caribbean Green #06BE98

Color information

#06BE98 (or 0x06BE98) is unknown color: approx Caribbean Green. HEX triplet: 06, BE and 98. RGB value is (6,190,152). Sum of RGB (Red+Green+Blue) = 6+190+152=348 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 348); Green value is 190 (74.61% from 255 or 54.60% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 190 - color contains mainly: green. Hex color #06BE98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BE98 is #F94167. Grayscale: #828282. Windows color (decimal): -16335208 or 10010118. OLE color: 10010118.

HSL color Cylindrical-coordinate representation of color #06BE98: hue angle of 167.61º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BE98 is Cyan = 0.97, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.25.

Color convert

RGB6190152-
CMYK0.9700.20.25
HSL167.61º93.88%38.43%-
HSV(B)167.61º96.84%74.51%-
XYZ24.1639.1335.99-
YUV130.65140.0439.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.72%
GREEN value IS 190 (74.61% from 255) = 54.60%
BLUE value IS 152 (59.77% from 255) = 43.68%
R=1.72%
G=54.60%
B=43.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61901520.9700.20.25167.6193.8838.43
Hex6BE986101419a85e26
Octal62762301410243125013646
Binary1101011111010011000110000101010011001101010001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06BE98; }

 p { color: rgb(6,190,152); }

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

<style>
 a { background-color: #06BE98; }

 a { background-color: rgb(6,190,152); }

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

<style>
 span { border-color: #06BE98; }

 span { border-color: rgb(6,190,152); }

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