Html Css Color HEX #23ABC0 Pelorous

📋 copy color: '#23ABC0'

red 35 ◦ green 171 ◦ blue 192

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

Shades of Pelorous #23ABC0

Tints of Pelorous #23ABC0

RGB

 RED value IS 35 (14.06% from 255) = 8.79%

 GREEN value IS 171 (67.19% from 255) = 42.96%

 BLUE value IS 192 (75.39% from 255) = 48.24%

R = 8.79%
G = 42.96%
B = 48.24%

CMYK

 C value IS 0.82

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#23ABC0 (or 0x23ABC0) is known color: Pelorous. HEX triplet: 23, AB and C0. RGB value is (35,171,192). Sum of RGB (Red+Green+Blue) = 35+171+192=398 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.79% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #23ABC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23ABC0 is #DC543F. Grayscale: #848484. Windows color (decimal): -14439488 or 12626723. OLE color: 12626723.

HSL color Cylindrical-coordinate representation of color #23ABC0: hue angle of 188.03º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23ABC0 is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 171 192 -
CMYK 0.82 0.11 0 0.25
HSL 188.03º 0.69% 0.45% -
HSV(B) 188.03º 0.82% 0.75% -
XYZ 24.77 33.29 54.99 -
YUV 132.73 161.44 58.29 -
System Red Green Blue C M Y K H S L
Decimal 35 171 192 0.82 0.11 0 0.25 188.03 0.69 0.45
Hex 23 AB C0 52 B 0 19 BC 45 2D
Octal 43 253 300 122 13 0 31 274 105 55
Binary 100011 10101011 11000000 1010010 1011 0 11001 10111100 1000101 101101

Color Harmonies of #23ABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23ABC0

Black with #23ABC0

Text Example


Text Example

White with #23ABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23ABC0; }

 p { color: rgb(35,171,192); }

 H1.HeaderClassName
 {
   color: #23ABC0;
 }
 .AnyTagClassName
 {
   color: #23ABC0;
 }
</style>

background-color css

<style>
 a { background-color: #23ABC0; }

 a { background-color: rgb(35,171,192); }

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

border-color css

<style>
 span { border-color: #23ABC0; }

 span { border-color: rgb(35,171,192); }

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