Html Css Color HEX #4CBCBA Viking

📋 copy color: '#4CBCBA'

red 76 ◦ green 188 ◦ blue 186

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

Shades of Viking #4CBCBA

Tints of Viking #4CBCBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.33%

R = 16.89%
G = 41.78%
B = 41.33%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#4CBCBA (or 0x4CBCBA) is known color: Viking. HEX triplet: 4C, BC and BA. RGB value is (76,188,186). Sum of RGB (Red+Green+Blue) = 76+188+186=450 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.89% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBCBA is #B34345. Grayscale: #9A9A9A. Windows color (decimal): -11748166 or 12237900. OLE color: 12237900.

HSL color Cylindrical-coordinate representation of color #4CBCBA: hue angle of 178.93º 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 #4CBCBA is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 188 186 -
CMYK 0.60 0 0.01 0.26
HSL 178.93º 0.46% 0.52% -
HSV(B) 178.93º 0.6% 0.74% -
XYZ 29.83 41.05 52.81 -
YUV 154.28 145.89 72.16 -
System Red Green Blue C M Y K H S L
Decimal 76 188 186 0.60 0 0.01 0.26 178.93 0.46 0.52
Hex 4C BC BA 3C 0 1 1A B3 2E 34
Octal 114 274 272 74 0 1 32 263 56 64
Binary 1001100 10111100 10111010 111100 0 1 11010 10110011 101110 110100

Color Harmonies of #4CBCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBCBA

Black with #4CBCBA

Text Example


Text Example

White with #4CBCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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