Html Css Color HEX #28ADBB Pelorous

📋 copy color: '#28ADBB'

red 40 ◦ green 173 ◦ blue 187

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

Shades of Pelorous #28ADBB

Tints of Pelorous #28ADBB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.25%

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

R = 10%
G = 43.25%
B = 46.75%

CMYK

 C value IS 0.79

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#28ADBB (or 0x28ADBB) is known color: Pelorous. HEX triplet: 28, AD and BB. RGB value is (40,173,187). Sum of RGB (Red+Green+Blue) = 40+173+187=400 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #28ADBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ADBB is #D75244. Grayscale: #868686. Windows color (decimal): -14111301 or 12299560. OLE color: 12299560.

HSL color Cylindrical-coordinate representation of color #28ADBB: hue angle of 185.71º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28ADBB is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 173 187 -
CMYK 0.79 0.07 0 0.27
HSL 185.71º 0.65% 0.45% -
HSV(B) 185.71º 0.79% 0.73% -
XYZ 24.79 33.93 52.26 -
YUV 134.83 157.44 60.36 -
System Red Green Blue C M Y K H S L
Decimal 40 173 187 0.79 0.07 0 0.27 185.71 0.65 0.45
Hex 28 AD BB 4F 7 0 1B BA 41 2D
Octal 50 255 273 117 7 0 33 272 101 55
Binary 101000 10101101 10111011 1001111 111 0 11011 10111010 1000001 101101

Color Harmonies of #28ADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ADBB

Black with #28ADBB

Text Example


Text Example

White with #28ADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28ADBB; }

 p { color: rgb(40,173,187); }

 H1.HeaderClassName
 {
   color: #28ADBB;
 }
 .AnyTagClassName
 {
   color: #28ADBB;
 }
</style>

background-color css

<style>
 a { background-color: #28ADBB; }

 a { background-color: rgb(40,173,187); }

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

border-color css

<style>
 span { border-color: #28ADBB; }

 span { border-color: rgb(40,173,187); }

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