Html Css Color HEX #7CAFAA Gulf Stream

📋 copy color: '#7CAFAA'

red 124 ◦ green 175 ◦ blue 170

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

Shades of Gulf Stream #7CAFAA

Tints of Gulf Stream #7CAFAA

RGB

 RED value IS 124 (48.83% from 255) = 26.44%

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

 BLUE value IS 170 (66.8% from 255) = 36.25%

R = 26.44%
G = 37.31%
B = 36.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#7CAFAA (or 0x7CAFAA) is known color: Gulf Stream. HEX triplet: 7C, AF and AA. RGB value is (124,175,170). Sum of RGB (Red+Green+Blue) = 124+175+170=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAFAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAFAA is #835055. Grayscale: #9F9F9F. Windows color (decimal): -8605782 or 11186044. OLE color: 11186044.

HSL color Cylindrical-coordinate representation of color #7CAFAA: hue angle of 174.12º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7CAFAA is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 175 170 -
CMYK 0.29 0 0.03 0.31
HSL 174.12º 0.24% 0.59% -
HSV(B) 174.12º 0.29% 0.69% -
XYZ 30.9 37.85 43.71 -
YUV 159.18 134.1 102.91 -
System Red Green Blue C M Y K H S L
Decimal 124 175 170 0.29 0 0.03 0.31 174.12 0.24 0.59
Hex 7C AF AA 1D 0 3 1F AE 18 3B
Octal 174 257 252 35 0 3 37 256 30 73
Binary 1111100 10101111 10101010 11101 0 11 11111 10101110 11000 111011

Color Harmonies of #7CAFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAFAA

Black with #7CAFAA

Text Example


Text Example

White with #7CAFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,175,170); }

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

background-color css

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

 a { background-color: rgb(124,175,170); }

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

border-color css

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

 span { border-color: rgb(124,175,170); }

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