Html Css Color HEX #217B81 Atoll

📋 copy color: '#217B81'

red 33 ◦ green 123 ◦ blue 129

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

Shades of Atoll #217B81

Tints of Atoll #217B81

RGB

 RED value IS 33 (13.28% from 255) = 11.58%

 GREEN value IS 123 (48.44% from 255) = 43.16%

 BLUE value IS 129 (50.78% from 255) = 45.26%

R = 11.58%
G = 43.16%
B = 45.26%

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#217B81 (or 0x217B81) is known color: Atoll. HEX triplet: 21, 7B and 81. RGB value is (33,123,129). Sum of RGB (Red+Green+Blue) = 33+123+129=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 123 (48.44% from 255 or 43.16% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #217B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217B81 is #DE847E. Grayscale: #606060. Windows color (decimal): -14582911 or 8485665. OLE color: 8485665.

HSL color Cylindrical-coordinate representation of color #217B81: hue angle of 183.75º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217B81 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 123 129 -
CMYK 0.74 0.05 0 0.49
HSL 183.75º 0.59% 0.32% -
HSV(B) 183.75º 0.74% 0.51% -
XYZ 11.67 16.07 23.26 -
YUV 96.77 146.18 82.51 -
System Red Green Blue C M Y K H S L
Decimal 33 123 129 0.74 0.05 0 0.49 183.75 0.59 0.32
Hex 21 7B 81 4A 5 0 31 B8 3B 20
Octal 41 173 201 112 5 0 61 270 73 40
Binary 100001 1111011 10000001 1001010 101 0 110001 10111000 111011 100000

Color Harmonies of #217B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217B81

Black with #217B81

Text Example


Text Example

White with #217B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217B81; }

 p { color: rgb(33,123,129); }

 H1.HeaderClassName
 {
   color: #217B81;
 }
 .AnyTagClassName
 {
   color: #217B81;
 }
</style>

background-color css

<style>
 a { background-color: #217B81; }

 a { background-color: rgb(33,123,129); }

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

border-color css

<style>
 span { border-color: #217B81; }

 span { border-color: rgb(33,123,129); }

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