Html Css Color HEX #06D5AC Caribbean Green

📋 copy color: '#06D5AC'

red 6 ◦ green 213 ◦ blue 172

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

Shades of Caribbean Green #06D5AC

Tints of Caribbean Green #06D5AC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 54.48%

 BLUE value IS 172 (67.58% from 255) = 43.99%

R = 1.53%
G = 54.48%
B = 43.99%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#06D5AC (or 0x06D5AC) is known color: Caribbean Green. HEX triplet: 06, D5 and AC. RGB value is (6,213,172). Sum of RGB (Red+Green+Blue) = 6+213+172=391 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.53% from 391); Green value is 213 (83.59% from 255 or 54.48% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 213 - color contains mainly: green. Hex color #06D5AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06D5AC is #F92A53. Grayscale: #929292. Windows color (decimal): -16329300 or 11326726. OLE color: 11326726.

HSL color Cylindrical-coordinate representation of color #06D5AC: hue angle of 168.12º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D5AC is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 6 213 172 -
CMYK 0.97 0 0.19 0.16
HSL 168.12º 0.95% 0.43% -
HSV(B) 168.12º 0.97% 0.84% -
XYZ 31.32 50.61 47.15 -
YUV 146.43 142.42 27.83 -
System Red Green Blue C M Y K H S L
Decimal 6 213 172 0.97 0 0.19 0.16 168.12 0.95 0.43
Hex 6 D5 AC 61 0 13 10 A8 5F 2B
Octal 6 325 254 141 0 23 20 250 137 53
Binary 110 11010101 10101100 1100001 0 10011 10000 10101000 1011111 101011

Color Harmonies of #06D5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06D5AC

Black with #06D5AC

Text Example


Text Example

White with #06D5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,213,172); }

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

background-color css

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

 a { background-color: rgb(6,213,172); }

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

border-color css

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

 span { border-color: rgb(6,213,172); }

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