Html Css Color HEX #4CBCBC Viking

📋 copy color: '#4CBCBC'

red 76 ◦ green 188 ◦ blue 188

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

Shades of Viking #4CBCBC

Tints of Viking #4CBCBC

RGB

 RED value IS 76 (30.08% from 255) = 16.81%

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

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

R = 16.81%
G = 41.59%
B = 41.59%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4CBCBC (or 0x4CBCBC) is known color: Viking. HEX triplet: 4C, BC and BC. RGB value is (76,188,188). Sum of RGB (Red+Green+Blue) = 76+188+188=452 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.81% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #4CBCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBCBC is #B34343. Grayscale: #9A9A9A. Windows color (decimal): -11748164 or 12368972. OLE color: 12368972.

HSL color Cylindrical-coordinate representation of color #4CBCBC: hue angle of 180º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBCBC is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 188 188 -
CMYK 0.60 0 0 0.26
HSL 180º 0.46% 0.52% -
HSV(B) 180º 0.6% 0.74% -
XYZ 30.04 41.13 53.93 -
YUV 154.51 146.89 72 -
System Red Green Blue C M Y K H S L
Decimal 76 188 188 0.60 0 0 0.26 180 0.46 0.52
Hex 4C BC BC 3C 0 0 1A B4 2E 34
Octal 114 274 274 74 0 0 32 264 56 64
Binary 1001100 10111100 10111100 111100 0 0 11010 10110100 101110 110100

Color Harmonies of #4CBCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBCBC

Black with #4CBCBC

Text Example


Text Example

White with #4CBCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CBCBC; }

 p { color: rgb(76,188,188); }

 H1.HeaderClassName
 {
   color: #4CBCBC;
 }
 .AnyTagClassName
 {
   color: #4CBCBC;
 }
</style>

background-color css

<style>
 a { background-color: #4CBCBC; }

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

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

border-color css

<style>
 span { border-color: #4CBCBC; }

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

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