Html Css Color HEX #7DBBB3 Monte Carlo

📋 copy color: '#7DBBB3'

red 125 ◦ green 187 ◦ blue 179

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

Shades of Monte Carlo #7DBBB3

Tints of Monte Carlo #7DBBB3

RGB

 RED value IS 125 (49.22% from 255) = 25.46%

 GREEN value IS 187 (73.44% from 255) = 38.09%

 BLUE value IS 179 (70.31% from 255) = 36.46%

R = 25.46%
G = 38.09%
B = 36.46%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#7DBBB3 (or 0x7DBBB3) is known color: Monte Carlo. HEX triplet: 7D, BB and B3. RGB value is (125,187,179). Sum of RGB (Red+Green+Blue) = 125+187+179=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBBB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBBB3 is #82444C. Grayscale: #A7A7A7. Windows color (decimal): -8537165 or 11778941. OLE color: 11778941.

HSL color Cylindrical-coordinate representation of color #7DBBB3: hue angle of 172.26º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DBBB3 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 187 179 -
CMYK 0.33 0 0.04 0.27
HSL 172.26º 0.31% 0.61% -
HSV(B) 172.26º 0.33% 0.73% -
XYZ 34.36 43.16 49.17 -
YUV 167.55 134.46 97.65 -
System Red Green Blue C M Y K H S L
Decimal 125 187 179 0.33 0 0.04 0.27 172.26 0.31 0.61
Hex 7D BB B3 21 0 4 1B AC 1F 3D
Octal 175 273 263 41 0 4 33 254 37 75
Binary 1111101 10111011 10110011 100001 0 100 11011 10101100 11111 111101

Color Harmonies of #7DBBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBBB3

Black with #7DBBB3

Text Example


Text Example

White with #7DBBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,187,179); }

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

background-color css

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

 a { background-color: rgb(125,187,179); }

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

border-color css

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

 span { border-color: rgb(125,187,179); }

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