Html Css Color HEX #06E1AF Caribbean Green

📋 copy color: '#06E1AF'

red 6 ◦ green 225 ◦ blue 175

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

Shades of Caribbean Green #06E1AF

Tints of Caribbean Green #06E1AF

RGB

 RED value IS 6 (2.73% from 255) = 1.48%

 GREEN value IS 225 (88.28% from 255) = 55.42%

 BLUE value IS 175 (68.75% from 255) = 43.1%

R = 1.48%
G = 55.42%
B = 43.1%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#06E1AF (or 0x06E1AF) is known color: Caribbean Green. HEX triplet: 06, E1 and AF. RGB value is (6,225,175). Sum of RGB (Red+Green+Blue) = 6+225+175=406 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.48% from 406); Green value is 225 (88.28% from 255 or 55.42% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 225 - color contains mainly: green. Hex color #06E1AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06E1AF is #F91E50. Grayscale: #999999. Windows color (decimal): -16326225 or 11526406. OLE color: 11526406.

HSL color Cylindrical-coordinate representation of color #06E1AF: hue angle of 166.3º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E1AF is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 6 225 175 -
CMYK 0.97 0 0.22 0.12
HSL 166.3º 0.95% 0.45% -
HSV(B) 166.3º 0.97% 0.88% -
XYZ 34.74 56.98 49.73 -
YUV 153.82 139.95 22.57 -
System Red Green Blue C M Y K H S L
Decimal 6 225 175 0.97 0 0.22 0.12 166.3 0.95 0.45
Hex 6 E1 AF 61 0 16 C A6 5F 2D
Octal 6 341 257 141 0 26 14 246 137 55
Binary 110 11100001 10101111 1100001 0 10110 1100 10100110 1011111 101101

Color Harmonies of #06E1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E1AF

Black with #06E1AF

Text Example


Text Example

White with #06E1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,225,175); }

 H1.HeaderClassName
 {
   color: #06E1AF;
 }
 .AnyTagClassName
 {
   color: #06E1AF;
 }
</style>

background-color css

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

 a { background-color: rgb(6,225,175); }

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

border-color css

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

 span { border-color: rgb(6,225,175); }

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