Html Css Color HEX #41BBB7 Viking

📋 copy color: '#41BBB7'

red 65 ◦ green 187 ◦ blue 183

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

Shades of Viking #41BBB7

Tints of Viking #41BBB7

RGB

 RED value IS 65 (25.78% from 255) = 14.94%

 GREEN value IS 187 (73.44% from 255) = 42.99%

 BLUE value IS 183 (71.88% from 255) = 42.07%

R = 14.94%
G = 42.99%
B = 42.07%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#41BBB7 (or 0x41BBB7) is known color: Viking. HEX triplet: 41, BB and B7. RGB value is (65,187,183). Sum of RGB (Red+Green+Blue) = 65+187+183=435 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.94% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 187 - color contains mainly: green. Hex color #41BBB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BBB7 is #BE4448. Grayscale: #959595. Windows color (decimal): -12469321 or 12041025. OLE color: 12041025.

HSL color Cylindrical-coordinate representation of color #41BBB7: hue angle of 178.03º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41BBB7 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 187 183 -
CMYK 0.65 0 0.02 0.27
HSL 178.03º 0.48% 0.49% -
HSV(B) 178.03º 0.65% 0.73% -
XYZ 28.5 40.08 51.03 -
YUV 150.07 146.58 67.33 -
System Red Green Blue C M Y K H S L
Decimal 65 187 183 0.65 0 0.02 0.27 178.03 0.48 0.49
Hex 41 BB B7 41 0 2 1B B2 30 31
Octal 101 273 267 101 0 2 33 262 60 61
Binary 1000001 10111011 10110111 1000001 0 10 11011 10110010 110000 110001

Color Harmonies of #41BBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BBB7

Black with #41BBB7

Text Example


Text Example

White with #41BBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41BBB7; }

 p { color: rgb(65,187,183); }

 H1.HeaderClassName
 {
   color: #41BBB7;
 }
 .AnyTagClassName
 {
   color: #41BBB7;
 }
</style>

background-color css

<style>
 a { background-color: #41BBB7; }

 a { background-color: rgb(65,187,183); }

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

border-color css

<style>
 span { border-color: #41BBB7; }

 span { border-color: rgb(65,187,183); }

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