Html Css Color HEX #3DC0DC Summer Sky

📋 copy color: '#3DC0DC'

red 61 ◦ green 192 ◦ blue 220

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

Shades of Summer Sky #3DC0DC

Tints of Summer Sky #3DC0DC

RGB

 RED value IS 61 (24.22% from 255) = 12.9%

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

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 12.9%
G = 40.59%
B = 46.51%

CMYK

 C value IS 0.72

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3DC0DC (or 0x3DC0DC) is known color: Summer Sky. HEX triplet: 3D, C0 and DC. RGB value is (61,192,220). Sum of RGB (Red+Green+Blue) = 61+192+220=473 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.90% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #3DC0DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC0DC is #C23F23. Grayscale: #9B9B9B. Windows color (decimal): -12730148 or 14467133. OLE color: 14467133.

HSL color Cylindrical-coordinate representation of color #3DC0DC: hue angle of 190.57º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DC0DC is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 61 192 220 -
CMYK 0.72 0.13 0 0.14
HSL 190.57º 0.69% 0.55% -
HSV(B) 190.57º 0.72% 0.86% -
XYZ 33.69 43.86 74.4 -
YUV 156.02 164.1 60.22 -
System Red Green Blue C M Y K H S L
Decimal 61 192 220 0.72 0.13 0 0.14 190.57 0.69 0.55
Hex 3D C0 DC 48 D 0 E BF 45 37
Octal 75 300 334 110 15 0 16 277 105 67
Binary 111101 11000000 11011100 1001000 1101 0 1110 10111111 1000101 110111

Color Harmonies of #3DC0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC0DC

Black with #3DC0DC

Text Example


Text Example

White with #3DC0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3DC0DC; }

 p { color: rgb(61,192,220); }

 H1.HeaderClassName
 {
   color: #3DC0DC;
 }
 .AnyTagClassName
 {
   color: #3DC0DC;
 }
</style>

background-color css

<style>
 a { background-color: #3DC0DC; }

 a { background-color: rgb(61,192,220); }

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

border-color css

<style>
 span { border-color: #3DC0DC; }

 span { border-color: rgb(61,192,220); }

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