Html Css Color HEX #41BCBB Viking

📋 copy color: '#41BCBB'

red 65 ◦ green 188 ◦ blue 187

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

Shades of Viking #41BCBB

Tints of Viking #41BCBB

RGB

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

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

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

R = 14.77%
G = 42.73%
B = 42.5%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#41BCBB (or 0x41BCBB) is known color: Viking. HEX triplet: 41, BC and BB. RGB value is (65,188,187). Sum of RGB (Red+Green+Blue) = 65+188+187=440 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.77% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #41BCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BCBB is #BE4344. Grayscale: #969696. Windows color (decimal): -12469061 or 12303425. OLE color: 12303425.

HSL color Cylindrical-coordinate representation of color #41BCBB: hue angle of 179.51º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41BCBB is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 188 187 -
CMYK 0.65 0 0.01 0.26
HSL 179.51º 0.49% 0.5% -
HSV(B) 179.51º 0.65% 0.74% -
XYZ 29.13 40.68 53.33 -
YUV 151.11 148.25 66.58 -
System Red Green Blue C M Y K H S L
Decimal 65 188 187 0.65 0 0.01 0.26 179.51 0.49 0.5
Hex 41 BC BB 41 0 1 1A B4 31 32
Octal 101 274 273 101 0 1 32 264 61 62
Binary 1000001 10111100 10111011 1000001 0 1 11010 10110100 110001 110010

Color Harmonies of #41BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BCBB

Black with #41BCBB

Text Example


Text Example

White with #41BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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