Html Css Color HEX #3CBCCC Viking

📋 copy color: '#3CBCCC'

red 60 ◦ green 188 ◦ blue 204

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

Shades of Viking #3CBCCC

Tints of Viking #3CBCCC

RGB

 RED value IS 60 (23.83% from 255) = 13.27%

 GREEN value IS 188 (73.83% from 255) = 41.59%

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

R = 13.27%
G = 41.59%
B = 45.13%

CMYK

 C value IS 0.71

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3CBCCC (or 0x3CBCCC) is known color: Viking. HEX triplet: 3C, BC and CC. RGB value is (60,188,204). Sum of RGB (Red+Green+Blue) = 60+188+204=452 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.27% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #3CBCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBCCC is #C34333. Grayscale: #979797. Windows color (decimal): -12796724 or 13417532. OLE color: 13417532.

HSL color Cylindrical-coordinate representation of color #3CBCCC: hue angle of 186.67º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CBCCC is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 60 188 204 -
CMYK 0.71 0.08 0 0.2
HSL 186.67º 0.59% 0.52% -
HSV(B) 186.67º 0.71% 0.8% -
XYZ 30.75 41.29 63.48 -
YUV 151.55 157.59 62.7 -
System Red Green Blue C M Y K H S L
Decimal 60 188 204 0.71 0.08 0 0.2 186.67 0.59 0.52
Hex 3C BC CC 47 8 0 14 BB 3B 34
Octal 74 274 314 107 10 0 24 273 73 64
Binary 111100 10111100 11001100 1000111 1000 0 10100 10111011 111011 110100

Color Harmonies of #3CBCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBCCC

Black with #3CBCCC

Text Example


Text Example

White with #3CBCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,188,204); }

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

background-color css

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

 a { background-color: rgb(60,188,204); }

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

border-color css

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

 span { border-color: rgb(60,188,204); }

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