Html Css Color HEX #30AEBC Pelorous

📋 copy color: '#30AEBC'

red 48 ◦ green 174 ◦ blue 188

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

Shades of Pelorous #30AEBC

Tints of Pelorous #30AEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.85%

R = 11.71%
G = 42.44%
B = 45.85%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#30AEBC (or 0x30AEBC) is known color: Pelorous. HEX triplet: 30, AE and BC. RGB value is (48,174,188). Sum of RGB (Red+Green+Blue) = 48+174+188=410 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.71% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #30AEBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AEBC is #CF5143. Grayscale: #898989. Windows color (decimal): -13586756 or 12365360. OLE color: 12365360.

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

Color convert

RGB 48 174 188 -
CMYK 0.74 0.07 0 0.26
HSL 186º 0.59% 0.46% -
HSV(B) 186º 0.74% 0.74% -
XYZ 25.43 34.53 52.9 -
YUV 137.92 156.26 63.86 -
System Red Green Blue C M Y K H S L
Decimal 48 174 188 0.74 0.07 0 0.26 186 0.59 0.46
Hex 30 AE BC 4A 7 0 1A BA 3B 2E
Octal 60 256 274 112 7 0 32 272 73 56
Binary 110000 10101110 10111100 1001010 111 0 11010 10111010 111011 101110

Color Harmonies of #30AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AEBC

Black with #30AEBC

Text Example


Text Example

White with #30AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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