Html Css Color HEX #06D682 Caribbean Green

📋 copy color: '#06D682'

red 6 ◦ green 214 ◦ blue 130

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

Shades of Caribbean Green #06D682

Tints of Caribbean Green #06D682

RGB

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

 GREEN value IS 214 (83.98% from 255) = 61.14%

 BLUE value IS 130 (51.17% from 255) = 37.14%

R = 1.71%
G = 61.14%
B = 37.14%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#06D682 (or 0x06D682) is known color: Caribbean Green. HEX triplet: 06, D6 and 82. RGB value is (6,214,130). Sum of RGB (Red+Green+Blue) = 6+214+130=350 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 350); Green value is 214 (83.98% from 255 or 61.14% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 214 - color contains mainly: green. Hex color #06D682 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06D682 is #F9297D. Grayscale: #8E8E8E. Windows color (decimal): -16329086 or 8574470. OLE color: 8574470.

HSL color Cylindrical-coordinate representation of color #06D682: hue angle of 155.77º 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 #06D682 is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 6 214 130 -
CMYK 0.97 0 0.39 0.16
HSL 155.77º 0.95% 0.43% -
HSV(B) 155.77º 0.97% 0.84% -
XYZ 28.15 49.74 29.24 -
YUV 142.23 121.09 30.83 -
System Red Green Blue C M Y K H S L
Decimal 6 214 130 0.97 0 0.39 0.16 155.77 0.95 0.43
Hex 6 D6 82 61 0 27 10 9C 5F 2B
Octal 6 326 202 141 0 47 20 234 137 53
Binary 110 11010110 10000010 1100001 0 100111 10000 10011100 1011111 101011

Color Harmonies of #06D682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06D682

Black with #06D682

Text Example


Text Example

White with #06D682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,214,130); }

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

background-color css

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

 a { background-color: rgb(6,214,130); }

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

border-color css

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

 span { border-color: rgb(6,214,130); }

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