Html Css Color HEX #06C093 Caribbean Green

📋 copy color: '#06C093'

red 6 ◦ green 192 ◦ blue 147

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

Shades of Caribbean Green #06C093

Tints of Caribbean Green #06C093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.61%

R = 1.74%
G = 55.65%
B = 42.61%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#06C093 (or 0x06C093) is known color: Caribbean Green. HEX triplet: 06, C0 and 93. RGB value is (6,192,147). Sum of RGB (Red+Green+Blue) = 6+192+147=345 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 345); Green value is 192 (75.39% from 255 or 55.65% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 192 - color contains mainly: green. Hex color #06C093 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C093 is #F93F6C. Grayscale: #838383. Windows color (decimal): -16334701 or 9682950. OLE color: 9682950.

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

Color convert

RGB 6 192 147 -
CMYK 0.97 0 0.23 0.25
HSL 165.48º 0.94% 0.39% -
HSV(B) 165.48º 0.97% 0.75% -
XYZ 24.19 39.84 34.02 -
YUV 131.26 136.88 38.66 -
System Red Green Blue C M Y K H S L
Decimal 6 192 147 0.97 0 0.23 0.25 165.48 0.94 0.39
Hex 6 C0 93 61 0 17 19 A5 5E 27
Octal 6 300 223 141 0 27 31 245 136 47
Binary 110 11000000 10010011 1100001 0 10111 11001 10100101 1011110 100111

Color Harmonies of #06C093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C093

Black with #06C093

Text Example


Text Example

White with #06C093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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