Html Css Color HEX #06C08F Caribbean Green

📋 copy color: '#06C08F'

red 6 ◦ green 192 ◦ blue 143

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

Shades of Caribbean Green #06C08F

Tints of Caribbean Green #06C08F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.94%

R = 1.76%
G = 56.3%
B = 41.94%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#06C08F (or 0x06C08F) is known color: Caribbean Green. HEX triplet: 06, C0 and 8F. RGB value is (6,192,143). Sum of RGB (Red+Green+Blue) = 6+192+143=341 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 143 (56.25% from 255 or 41.94% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #06C08F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C08F is #F93F70. Grayscale: #828282. Windows color (decimal): -16334705 or 9420806. OLE color: 9420806.

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

Color convert

RGB 6 192 143 -
CMYK 0.97 0 0.26 0.25
HSL 164.19º 0.94% 0.39% -
HSV(B) 164.19º 0.97% 0.75% -
XYZ 23.88 39.72 32.39 -
YUV 130.8 134.88 38.98 -
System Red Green Blue C M Y K H S L
Decimal 6 192 143 0.97 0 0.26 0.25 164.19 0.94 0.39
Hex 6 C0 8F 61 0 1A 19 A4 5E 27
Octal 6 300 217 141 0 32 31 244 136 47
Binary 110 11000000 10001111 1100001 0 11010 11001 10100100 1011110 100111

Color Harmonies of #06C08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C08F

Black with #06C08F

Text Example


Text Example

White with #06C08F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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