Html Css Color HEX #7FBEBA Monte Carlo

📋 copy color: '#7FBEBA'

red 127 ◦ green 190 ◦ blue 186

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

Shades of Monte Carlo #7FBEBA

Tints of Monte Carlo #7FBEBA

RGB

 RED value IS 127 (50% from 255) = 25.25%

 GREEN value IS 190 (74.61% from 255) = 37.77%

 BLUE value IS 186 (73.05% from 255) = 36.98%

R = 25.25%
G = 37.77%
B = 36.98%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#7FBEBA (or 0x7FBEBA) is known color: Monte Carlo. HEX triplet: 7F, BE and BA. RGB value is (127,190,186). Sum of RGB (Red+Green+Blue) = 127+190+186=503 (66% of max value = 765). Red value is 127 (50% from 255 or 25.25% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBEBA is #804145. Grayscale: #AAAAAA. Windows color (decimal): -8405318 or 12238463. OLE color: 12238463.

HSL color Cylindrical-coordinate representation of color #7FBEBA: hue angle of 176.19º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FBEBA is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 190 186 -
CMYK 0.33 0 0.02 0.25
HSL 176.19º 0.33% 0.62% -
HSV(B) 176.19º 0.33% 0.75% -
XYZ 36.03 44.88 53.22 -
YUV 170.71 136.63 96.83 -
System Red Green Blue C M Y K H S L
Decimal 127 190 186 0.33 0 0.02 0.25 176.19 0.33 0.62
Hex 7F BE BA 21 0 2 19 B0 21 3E
Octal 177 276 272 41 0 2 31 260 41 76
Binary 1111111 10111110 10111010 100001 0 10 11001 10110000 100001 111110

Color Harmonies of #7FBEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBEBA

Black with #7FBEBA

Text Example


Text Example

White with #7FBEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FBEBA; }

 p { color: rgb(127,190,186); }

 H1.HeaderClassName
 {
   color: #7FBEBA;
 }
 .AnyTagClassName
 {
   color: #7FBEBA;
 }
</style>

background-color css

<style>
 a { background-color: #7FBEBA; }

 a { background-color: rgb(127,190,186); }

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

border-color css

<style>
 span { border-color: #7FBEBA; }

 span { border-color: rgb(127,190,186); }

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