Html Css Color HEX #2EC0CC Summer Sky

📋 copy color: '#2EC0CC'

red 46 ◦ green 192 ◦ blue 204

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

Shades of Summer Sky #2EC0CC

Tints of Summer Sky #2EC0CC

RGB

 RED value IS 46 (18.36% from 255) = 10.41%

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

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 10.41%
G = 43.44%
B = 46.15%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2EC0CC (or 0x2EC0CC) is known color: Summer Sky. HEX triplet: 2E, C0 and CC. RGB value is (46,192,204). Sum of RGB (Red+Green+Blue) = 46+192+204=442 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.41% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #2EC0CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC0CC is #D13F33. Grayscale: #959595. Windows color (decimal): -13713204 or 13418542. OLE color: 13418542.

HSL color Cylindrical-coordinate representation of color #2EC0CC: hue angle of 184.56º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC0CC is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 46 192 204 -
CMYK 0.77 0.06 0 0.2
HSL 184.56º 0.63% 0.49% -
HSV(B) 184.56º 0.77% 0.8% -
XYZ 30.88 42.64 63.73 -
YUV 149.71 158.63 54.02 -
System Red Green Blue C M Y K H S L
Decimal 46 192 204 0.77 0.06 0 0.2 184.56 0.63 0.49
Hex 2E C0 CC 4D 6 0 14 B9 3F 31
Octal 56 300 314 115 6 0 24 271 77 61
Binary 101110 11000000 11001100 1001101 110 0 10100 10111001 111111 110001

Color Harmonies of #2EC0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC0CC

Black with #2EC0CC

Text Example


Text Example

White with #2EC0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2EC0CC; }

 p { color: rgb(46,192,204); }

 H1.HeaderClassName
 {
   color: #2EC0CC;
 }
 .AnyTagClassName
 {
   color: #2EC0CC;
 }
</style>

background-color css

<style>
 a { background-color: #2EC0CC; }

 a { background-color: rgb(46,192,204); }

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

border-color css

<style>
 span { border-color: #2EC0CC; }

 span { border-color: rgb(46,192,204); }

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