Html Css Color HEX #30AEBD Pelorous

📋 copy color: '#30AEBD'

red 48 ◦ green 174 ◦ blue 189

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

Shades of Pelorous #30AEBD

Tints of Pelorous #30AEBD

RGB

 RED value IS 48 (19.14% from 255) = 11.68%

 GREEN value IS 174 (68.36% from 255) = 42.34%

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

R = 11.68%
G = 42.34%
B = 45.99%

CMYK

 C value IS 0.75

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#30AEBD (or 0x30AEBD) is known color: Pelorous. HEX triplet: 30, AE and BD. RGB value is (48,174,189). Sum of RGB (Red+Green+Blue) = 48+174+189=411 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.68% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #30AEBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AEBD is #CF5142. Grayscale: #898989. Windows color (decimal): -13586755 or 12430896. OLE color: 12430896.

HSL color Cylindrical-coordinate representation of color #30AEBD: hue angle of 186.38º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30AEBD is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 174 189 -
CMYK 0.75 0.08 0 0.26
HSL 186.38º 0.59% 0.46% -
HSV(B) 186.38º 0.75% 0.74% -
XYZ 25.54 34.57 53.47 -
YUV 138.04 156.76 63.78 -
System Red Green Blue C M Y K H S L
Decimal 48 174 189 0.75 0.08 0 0.26 186.38 0.59 0.46
Hex 30 AE BD 4B 8 0 1A BA 3B 2E
Octal 60 256 275 113 10 0 32 272 73 56
Binary 110000 10101110 10111101 1001011 1000 0 11010 10111010 111011 101110

Color Harmonies of #30AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AEBD

Black with #30AEBD

Text Example


Text Example

White with #30AEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30AEBD; }

 p { color: rgb(48,174,189); }

 H1.HeaderClassName
 {
   color: #30AEBD;
 }
 .AnyTagClassName
 {
   color: #30AEBD;
 }
</style>

background-color css

<style>
 a { background-color: #30AEBD; }

 a { background-color: rgb(48,174,189); }

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

border-color css

<style>
 span { border-color: #30AEBD; }

 span { border-color: rgb(48,174,189); }

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