Html Css Color HEX #06D08C Caribbean Green

📋 copy color: '#06D08C'

red 6 ◦ green 208 ◦ blue 140

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

Shades of Caribbean Green #06D08C

Tints of Caribbean Green #06D08C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.76%

 BLUE value IS 140 (55.08% from 255) = 39.55%

R = 1.69%
G = 58.76%
B = 39.55%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#06D08C (or 0x06D08C) is known color: Caribbean Green. HEX triplet: 06, D0 and 8C. RGB value is (6,208,140). Sum of RGB (Red+Green+Blue) = 6+208+140=354 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 354); Green value is 208 (81.64% from 255 or 58.76% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 208 - color contains mainly: green. Hex color #06D08C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06D08C is #F92F73. Grayscale: #8B8B8B. Windows color (decimal): -16330612 or 9228294. OLE color: 9228294.

HSL color Cylindrical-coordinate representation of color #06D08C: hue angle of 159.8º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D08C is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 6 208 140 -
CMYK 0.97 0 0.33 0.18
HSL 159.8º 0.94% 0.42% -
HSV(B) 159.8º 0.97% 0.82% -
XYZ 27.36 47.04 32.45 -
YUV 139.85 128.08 32.53 -
System Red Green Blue C M Y K H S L
Decimal 6 208 140 0.97 0 0.33 0.18 159.8 0.94 0.42
Hex 6 D0 8C 61 0 21 12 A0 5E 2A
Octal 6 320 214 141 0 41 22 240 136 52
Binary 110 11010000 10001100 1100001 0 100001 10010 10100000 1011110 101010

Color Harmonies of #06D08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06D08C

Black with #06D08C

Text Example


Text Example

White with #06D08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,208,140); }

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

background-color css

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

 a { background-color: rgb(6,208,140); }

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

border-color css

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

 span { border-color: rgb(6,208,140); }

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