Html Css Color HEX #4CBCBB Viking

📋 copy color: '#4CBCBB'

red 76 ◦ green 188 ◦ blue 187

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

Shades of Viking #4CBCBB

Tints of Viking #4CBCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.46%

R = 16.85%
G = 41.69%
B = 41.46%

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

#4CBCBB (or 0x4CBCBB) is known color: Viking. HEX triplet: 4C, BC and BB. RGB value is (76,188,187). Sum of RGB (Red+Green+Blue) = 76+188+187=451 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.85% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBCBB is #B34344. Grayscale: #9A9A9A. Windows color (decimal): -11748165 or 12303436. OLE color: 12303436.

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

Color convert

RGB 76 188 187 -
CMYK 0.60 0 0.01 0.26
HSL 179.46º 0.46% 0.52% -
HSV(B) 179.46º 0.6% 0.74% -
XYZ 29.93 41.09 53.37 -
YUV 154.4 146.39 72.08 -
System Red Green Blue C M Y K H S L
Decimal 76 188 187 0.60 0 0.01 0.26 179.46 0.46 0.52
Hex 4C BC BB 3C 0 1 1A B3 2E 34
Octal 114 274 273 74 0 1 32 263 56 64
Binary 1001100 10111100 10111011 111100 0 1 11010 10110011 101110 110100

Color Harmonies of #4CBCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBCBB

Black with #4CBCBB

Text Example


Text Example

White with #4CBCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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