Html Css Color HEX #4CBEBE Viking

📋 copy color: '#4CBEBE'

red 76 ◦ green 190 ◦ blue 190

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

Shades of Viking #4CBEBE

Tints of Viking #4CBEBE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.67%

 BLUE value IS 190 (74.61% from 255) = 41.67%

R = 16.67%
G = 41.67%
B = 41.67%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4CBEBE (or 0x4CBEBE) is known color: Viking. HEX triplet: 4C, BE and BE. RGB value is (76,190,190). Sum of RGB (Red+Green+Blue) = 76+190+190=456 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.67% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #4CBEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBEBE is #B34141. Grayscale: #9B9B9B. Windows color (decimal): -11747650 or 12500556. OLE color: 12500556.

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

Color convert

RGB 76 190 190 -
CMYK 0.60 0 0 0.25
HSL 180º 0.47% 0.52% -
HSV(B) 180º 0.6% 0.75% -
XYZ 30.69 42.08 55.22 -
YUV 155.91 147.23 71 -
System Red Green Blue C M Y K H S L
Decimal 76 190 190 0.60 0 0 0.25 180 0.47 0.52
Hex 4C BE BE 3C 0 0 19 B4 2F 34
Octal 114 276 276 74 0 0 31 264 57 64
Binary 1001100 10111110 10111110 111100 0 0 11001 10110100 101111 110100

Color Harmonies of #4CBEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBEBE

Black with #4CBEBE

Text Example


Text Example

White with #4CBEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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