Html Css Color HEX #70BEA5 Gulf Stream

📋 copy color: '#70BEA5'

red 112 ◦ green 190 ◦ blue 165

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

Shades of Gulf Stream #70BEA5

Tints of Gulf Stream #70BEA5

RGB

 RED value IS 112 (44.14% from 255) = 23.98%

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

 BLUE value IS 165 (64.84% from 255) = 35.33%

R = 23.98%
G = 40.69%
B = 35.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#70BEA5 (or 0x70BEA5) is known color: Gulf Stream. HEX triplet: 70, BE and A5. RGB value is (112,190,165). Sum of RGB (Red+Green+Blue) = 112+190+165=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 190 - color contains mainly: green. Hex color #70BEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BEA5 is #8F415A. Grayscale: #A3A3A3. Windows color (decimal): -9388379 or 10862192. OLE color: 10862192.

HSL color Cylindrical-coordinate representation of color #70BEA5: hue angle of 160.77º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BEA5 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 190 165 -
CMYK 0.41 0 0.13 0.25
HSL 160.77º 0.38% 0.59% -
HSV(B) 160.77º 0.41% 0.75% -
XYZ 31.89 42.99 42.21 -
YUV 163.83 128.66 91.03 -
System Red Green Blue C M Y K H S L
Decimal 112 190 165 0.41 0 0.13 0.25 160.77 0.38 0.59
Hex 70 BE A5 29 0 D 19 A1 26 3B
Octal 160 276 245 51 0 15 31 241 46 73
Binary 1110000 10111110 10100101 101001 0 1101 11001 10100001 100110 111011

Color Harmonies of #70BEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BEA5

Black with #70BEA5

Text Example


Text Example

White with #70BEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70BEA5; }

 p { color: rgb(112,190,165); }

 H1.HeaderClassName
 {
   color: #70BEA5;
 }
 .AnyTagClassName
 {
   color: #70BEA5;
 }
</style>

background-color css

<style>
 a { background-color: #70BEA5; }

 a { background-color: rgb(112,190,165); }

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

border-color css

<style>
 span { border-color: #70BEA5; }

 span { border-color: rgb(112,190,165); }

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