Html Css Color HEX #28757B Atoll

📋 copy color: '#28757B'

red 40 ◦ green 117 ◦ blue 123

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

Shades of Atoll #28757B

Tints of Atoll #28757B

RGB

 RED value IS 40 (16.02% from 255) = 14.29%

 GREEN value IS 117 (46.09% from 255) = 41.79%

 BLUE value IS 123 (48.44% from 255) = 43.93%

R = 14.29%
G = 41.79%
B = 43.93%

CMYK

 C value IS 0.67

 M value IS 0.05

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#28757B (or 0x28757B) is known color: Atoll. HEX triplet: 28, 75 and 7B. RGB value is (40,117,123). Sum of RGB (Red+Green+Blue) = 40+117+123=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #28757B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28757B is #D78A84. Grayscale: #5E5E5E. Windows color (decimal): -14125701 or 8090920. OLE color: 8090920.

HSL color Cylindrical-coordinate representation of color #28757B: hue angle of 184.34º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28757B is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 40 117 123 -
CMYK 0.67 0.05 0 0.52
HSL 184.34º 0.51% 0.32% -
HSV(B) 184.34º 0.67% 0.48% -
XYZ 10.81 14.6 20.99 -
YUV 94.66 143.99 89.01 -
System Red Green Blue C M Y K H S L
Decimal 40 117 123 0.67 0.05 0 0.52 184.34 0.51 0.32
Hex 28 75 7B 43 5 0 34 B8 33 20
Octal 50 165 173 103 5 0 64 270 63 40
Binary 101000 1110101 1111011 1000011 101 0 110100 10111000 110011 100000

Color Harmonies of #28757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28757B

Black with #28757B

Text Example


Text Example

White with #28757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28757B; }

 p { color: rgb(40,117,123); }

 H1.HeaderClassName
 {
   color: #28757B;
 }
 .AnyTagClassName
 {
   color: #28757B;
 }
</style>

background-color css

<style>
 a { background-color: #28757B; }

 a { background-color: rgb(40,117,123); }

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

border-color css

<style>
 span { border-color: #28757B; }

 span { border-color: rgb(40,117,123); }

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