Html Css Color HEX #2FA6BE Pelorous

📋 copy color: '#2FA6BE'

red 47 ◦ green 166 ◦ blue 190

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

Shades of Pelorous #2FA6BE

Tints of Pelorous #2FA6BE

RGB

 RED value IS 47 (18.75% from 255) = 11.66%

 GREEN value IS 166 (65.23% from 255) = 41.19%

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

R = 11.66%
G = 41.19%
B = 47.15%

CMYK

 C value IS 0.75

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2FA6BE (or 0x2FA6BE) is known color: Pelorous. HEX triplet: 2F, A6 and BE. RGB value is (47,166,190). Sum of RGB (Red+Green+Blue) = 47+166+190=403 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.66% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #2FA6BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA6BE is #D05941. Grayscale: #848484. Windows color (decimal): -13654338 or 12494383. OLE color: 12494383.

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

Color convert

RGB 47 166 190 -
CMYK 0.75 0.13 0 0.25
HSL 190.07º 0.6% 0.46% -
HSV(B) 190.07º 0.75% 0.75% -
XYZ 24.1 31.59 53.54 -
YUV 133.16 160.08 66.55 -
System Red Green Blue C M Y K H S L
Decimal 47 166 190 0.75 0.13 0 0.25 190.07 0.6 0.46
Hex 2F A6 BE 4B D 0 19 BE 3C 2E
Octal 57 246 276 113 15 0 31 276 74 56
Binary 101111 10100110 10111110 1001011 1101 0 11001 10111110 111100 101110

Color Harmonies of #2FA6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA6BE

Black with #2FA6BE

Text Example


Text Example

White with #2FA6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FA6BE; }

 p { color: rgb(47,166,190); }

 H1.HeaderClassName
 {
   color: #2FA6BE;
 }
 .AnyTagClassName
 {
   color: #2FA6BE;
 }
</style>

background-color css

<style>
 a { background-color: #2FA6BE; }

 a { background-color: rgb(47,166,190); }

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

border-color css

<style>
 span { border-color: #2FA6BE; }

 span { border-color: rgb(47,166,190); }

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