#27adc4

Color #27ADC4 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #27ADC4

Tints of Pelorous #27ADC4

Color information

#27ADC4 (or 0x27ADC4) is unknown color: approx Pelorous. HEX triplet: 27, AD and C4. RGB value is (39,173,196). Sum of RGB (Red+Green+Blue) = 39+173+196=408 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.56% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 196 (76.95% from 255 or 48.04% from 408); Max value from RGB is 196 - color contains mainly: blue. Hex color #27ADC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27ADC4 is #D8523B. Grayscale: #878787. Windows color (decimal): -14176828 or 12889383. OLE color: 12889383.

HSL color Cylindrical-coordinate representation of color #27ADC4: hue angle of 188.79º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27ADC4 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB39173196-
CMYK0.800.1200.23
HSL188.79º66.81%46.08%-
HSV(B)188.79º80.1%76.86%-
XYZ25.7434.357.49-
YUV135.56162.1159.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.56%
GREEN value IS 173 (67.97% from 255) = 42.40%
BLUE value IS 196 (76.95% from 255) = 48.04%
R=9.56%
G=42.40%
B=48.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal391731960.800.1200.23188.7966.8146.08
Hex27ADC450C017bd432e
Octal472553041201402727510356
Binary100111101011011100010010100001100010111101111011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27adc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27adc4; }

 p { color: rgb(39,173,196); }

 H1.HeaderClassName
 {
   color: #27adc4;
 }
 .AnyTagClassName
 {
   color: #27adc4;
 }
</style>
background-color css

<style>
 a { background-color: #27adc4; }

 a { background-color: rgb(39,173,196); }

 div.DivClassName
 {
   background-color: #27adc4;
 }
 .BgClassName
 {
   background-color: #27adc4;
 }
</style>
border-color css

<style>
 span { border-color: #27adc4; }

 span { border-color: rgb(39,173,196); }

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