Html Css Color HEX #60C3CC Viking

📋 copy color: '#60C3CC'

red 96 ◦ green 195 ◦ blue 204

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

Shades of Viking #60C3CC

Tints of Viking #60C3CC

RGB

 RED value IS 96 (37.89% from 255) = 19.39%

 GREEN value IS 195 (76.56% from 255) = 39.39%

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

R = 19.39%
G = 39.39%
B = 41.21%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#60C3CC (or 0x60C3CC) is known color: Viking. HEX triplet: 60, C3 and CC. RGB value is (96,195,204). Sum of RGB (Red+Green+Blue) = 96+195+204=495 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.39% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #60C3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C3CC is #9F3C33. Grayscale: #A6A6A6. Windows color (decimal): -10435636 or 13419360. OLE color: 13419360.

HSL color Cylindrical-coordinate representation of color #60C3CC: hue angle of 185º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60C3CC is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 195 204 -
CMYK 0.53 0.04 0 0.2
HSL 185º 0.51% 0.59% -
HSV(B) 185º 0.53% 0.8% -
XYZ 35.24 45.88 64.12 -
YUV 166.43 149.2 77.77 -
System Red Green Blue C M Y K H S L
Decimal 96 195 204 0.53 0.04 0 0.2 185 0.51 0.59
Hex 60 C3 CC 35 4 0 14 B9 33 3B
Octal 140 303 314 65 4 0 24 271 63 73
Binary 1100000 11000011 11001100 110101 100 0 10100 10111001 110011 111011

Color Harmonies of #60C3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C3CC

Black with #60C3CC

Text Example


Text Example

White with #60C3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60C3CC; }

 p { color: rgb(96,195,204); }

 H1.HeaderClassName
 {
   color: #60C3CC;
 }
 .AnyTagClassName
 {
   color: #60C3CC;
 }
</style>

background-color css

<style>
 a { background-color: #60C3CC; }

 a { background-color: rgb(96,195,204); }

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

border-color css

<style>
 span { border-color: #60C3CC; }

 span { border-color: rgb(96,195,204); }

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