Html Css Color HEX #30AFBE Pelorous

📋 copy color: '#30AFBE'

red 48 ◦ green 175 ◦ blue 190

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

Shades of Pelorous #30AFBE

Tints of Pelorous #30AFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.37%

 BLUE value IS 190 (74.61% from 255) = 46%

R = 11.62%
G = 42.37%
B = 46%

CMYK

 C value IS 0.75

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#30AFBE (or 0x30AFBE) is known color: Pelorous. HEX triplet: 30, AF and BE. RGB value is (48,175,190). Sum of RGB (Red+Green+Blue) = 48+175+190=413 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.62% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #30AFBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AFBE is #CF5041. Grayscale: #8A8A8A. Windows color (decimal): -13586498 or 12496688. OLE color: 12496688.

HSL color Cylindrical-coordinate representation of color #30AFBE: hue angle of 186.34º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30AFBE is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 175 190 -
CMYK 0.75 0.08 0 0.25
HSL 186.34º 0.6% 0.47% -
HSV(B) 186.34º 0.75% 0.75% -
XYZ 25.84 35.01 54.11 -
YUV 138.74 156.92 63.28 -
System Red Green Blue C M Y K H S L
Decimal 48 175 190 0.75 0.08 0 0.25 186.34 0.6 0.47
Hex 30 AF BE 4B 8 0 19 BA 3C 2F
Octal 60 257 276 113 10 0 31 272 74 57
Binary 110000 10101111 10111110 1001011 1000 0 11001 10111010 111100 101111

Color Harmonies of #30AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AFBE

Black with #30AFBE

Text Example


Text Example

White with #30AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,175,190); }

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

background-color css

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

 a { background-color: rgb(48,175,190); }

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

border-color css

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

 span { border-color: rgb(48,175,190); }

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