Html Css Color HEX #42B7B4 Viking

📋 copy color: '#42B7B4'

red 66 ◦ green 183 ◦ blue 180

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

Shades of Viking #42B7B4

Tints of Viking #42B7B4

RGB

 RED value IS 66 (26.17% from 255) = 15.38%

 GREEN value IS 183 (71.88% from 255) = 42.66%

 BLUE value IS 180 (70.7% from 255) = 41.96%

R = 15.38%
G = 42.66%
B = 41.96%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#42B7B4 (or 0x42B7B4) is known color: Viking. HEX triplet: 42, B7 and B4. RGB value is (66,183,180). Sum of RGB (Red+Green+Blue) = 66+183+180=429 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.38% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 183 - color contains mainly: green. Hex color #42B7B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B7B4 is #BD484B. Grayscale: #939393. Windows color (decimal): -12404812 or 11843394. OLE color: 11843394.

HSL color Cylindrical-coordinate representation of color #42B7B4: hue angle of 178.46º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B7B4 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 66 183 180 -
CMYK 0.64 0 0.02 0.28
HSL 178.46º 0.47% 0.49% -
HSV(B) 178.46º 0.64% 0.72% -
XYZ 27.42 38.32 49.13 -
YUV 147.68 146.24 69.74 -
System Red Green Blue C M Y K H S L
Decimal 66 183 180 0.64 0 0.02 0.28 178.46 0.47 0.49
Hex 42 B7 B4 40 0 2 1C B2 2F 31
Octal 102 267 264 100 0 2 34 262 57 61
Binary 1000010 10110111 10110100 1000000 0 10 11100 10110010 101111 110001

Color Harmonies of #42B7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B7B4

Black with #42B7B4

Text Example


Text Example

White with #42B7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42B7B4; }

 p { color: rgb(66,183,180); }

 H1.HeaderClassName
 {
   color: #42B7B4;
 }
 .AnyTagClassName
 {
   color: #42B7B4;
 }
</style>

background-color css

<style>
 a { background-color: #42B7B4; }

 a { background-color: rgb(66,183,180); }

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

border-color css

<style>
 span { border-color: #42B7B4; }

 span { border-color: rgb(66,183,180); }

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