Html Css Color HEX #06DA80 Caribbean Green

📋 copy color: '#06DA80'

red 6 ◦ green 218 ◦ blue 128

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

Shades of Caribbean Green #06DA80

Tints of Caribbean Green #06DA80

RGB

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

 GREEN value IS 218 (85.55% from 255) = 61.93%

 BLUE value IS 128 (50.39% from 255) = 36.36%

R = 1.7%
G = 61.93%
B = 36.36%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#06DA80 (or 0x06DA80) is known color: Caribbean Green. HEX triplet: 06, DA and 80. RGB value is (6,218,128). Sum of RGB (Red+Green+Blue) = 6+218+128=352 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 352); Green value is 218 (85.55% from 255 or 61.93% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 218 - color contains mainly: green. Hex color #06DA80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06DA80 is #F9257F. Grayscale: #909090. Windows color (decimal): -16328064 or 8444422. OLE color: 8444422.

HSL color Cylindrical-coordinate representation of color #06DA80: hue angle of 154.53º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DA80 is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 218 128 -
CMYK 0.97 0 0.41 0.15
HSL 154.53º 0.95% 0.44% -
HSV(B) 154.53º 0.97% 0.85% -
XYZ 29.04 51.74 28.88 -
YUV 144.35 118.76 29.32 -
System Red Green Blue C M Y K H S L
Decimal 6 218 128 0.97 0 0.41 0.15 154.53 0.95 0.44
Hex 6 DA 80 61 0 29 F 9B 5F 2C
Octal 6 332 200 141 0 51 17 233 137 54
Binary 110 11011010 10000000 1100001 0 101001 1111 10011011 1011111 101100

Color Harmonies of #06DA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DA80

Black with #06DA80

Text Example


Text Example

White with #06DA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,218,128); }

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

background-color css

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

 a { background-color: rgb(6,218,128); }

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

border-color css

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

 span { border-color: rgb(6,218,128); }

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