Html Css Color HEX #20ACBD Pelorous

📋 copy color: '#20ACBD'

red 32 ◦ green 172 ◦ blue 189

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

Shades of Pelorous #20ACBD

Tints of Pelorous #20ACBD

RGB

 RED value IS 32 (12.89% from 255) = 8.14%

 GREEN value IS 172 (67.58% from 255) = 43.77%

 BLUE value IS 189 (74.22% from 255) = 48.09%

R = 8.14%
G = 43.77%
B = 48.09%

CMYK

 C value IS 0.83

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#20ACBD (or 0x20ACBD) is known color: Pelorous. HEX triplet: 20, AC and BD. RGB value is (32,172,189). Sum of RGB (Red+Green+Blue) = 32+172+189=393 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.14% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #20ACBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ACBD is #DF5342. Grayscale: #838383. Windows color (decimal): -14635843 or 12430368. OLE color: 12430368.

HSL color Cylindrical-coordinate representation of color #20ACBD: hue angle of 186.5º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20ACBD is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 172 189 -
CMYK 0.83 0.09 0 0.26
HSL 186.5º 0.71% 0.43% -
HSV(B) 186.5º 0.83% 0.74% -
XYZ 24.53 33.49 53.31 -
YUV 132.08 160.12 56.62 -
System Red Green Blue C M Y K H S L
Decimal 32 172 189 0.83 0.09 0 0.26 186.5 0.71 0.43
Hex 20 AC BD 53 9 0 1A BA 47 2B
Octal 40 254 275 123 11 0 32 272 107 53
Binary 100000 10101100 10111101 1010011 1001 0 11010 10111010 1000111 101011

Color Harmonies of #20ACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ACBD

Black with #20ACBD

Text Example


Text Example

White with #20ACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20ACBD; }

 p { color: rgb(32,172,189); }

 H1.HeaderClassName
 {
   color: #20ACBD;
 }
 .AnyTagClassName
 {
   color: #20ACBD;
 }
</style>

background-color css

<style>
 a { background-color: #20ACBD; }

 a { background-color: rgb(32,172,189); }

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

border-color css

<style>
 span { border-color: #20ACBD; }

 span { border-color: rgb(32,172,189); }

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