Html Css Color HEX #06C08D Caribbean Green

📋 copy color: '#06C08D'

red 6 ◦ green 192 ◦ blue 141

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

Shades of Caribbean Green #06C08D

Tints of Caribbean Green #06C08D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.64%

 BLUE value IS 141 (55.47% from 255) = 41.59%

R = 1.77%
G = 56.64%
B = 41.59%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#06C08D (or 0x06C08D) is known color: Caribbean Green. HEX triplet: 06, C0 and 8D. RGB value is (6,192,141). Sum of RGB (Red+Green+Blue) = 6+192+141=339 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.77% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #06C08D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C08D is #F93F72. Grayscale: #828282. Windows color (decimal): -16334707 or 9289734. OLE color: 9289734.

HSL color Cylindrical-coordinate representation of color #06C08D: hue angle of 163.55º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C08D is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 192 141 -
CMYK 0.97 0 0.27 0.25
HSL 163.55º 0.94% 0.39% -
HSV(B) 163.55º 0.97% 0.75% -
XYZ 23.73 39.66 31.6 -
YUV 130.57 133.88 39.15 -
System Red Green Blue C M Y K H S L
Decimal 6 192 141 0.97 0 0.27 0.25 163.55 0.94 0.39
Hex 6 C0 8D 61 0 1B 19 A4 5E 27
Octal 6 300 215 141 0 33 31 244 136 47
Binary 110 11000000 10001101 1100001 0 11011 11001 10100100 1011110 100111

Color Harmonies of #06C08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C08D

Black with #06C08D

Text Example


Text Example

White with #06C08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,192,141); }

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

background-color css

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

 a { background-color: rgb(6,192,141); }

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

border-color css

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

 span { border-color: rgb(6,192,141); }

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