Html Css Color HEX #70BDA4 Gulf Stream

📋 copy color: '#70BDA4'

red 112 ◦ green 189 ◦ blue 164

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

Shades of Gulf Stream #70BDA4

Tints of Gulf Stream #70BDA4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.65%

 BLUE value IS 164 (64.45% from 255) = 35.27%

R = 24.09%
G = 40.65%
B = 35.27%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#70BDA4 (or 0x70BDA4) is known color: Gulf Stream. HEX triplet: 70, BD and A4. RGB value is (112,189,164). Sum of RGB (Red+Green+Blue) = 112+189+164=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #70BDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BDA4 is #8F425B. Grayscale: #A3A3A3. Windows color (decimal): -9388636 or 10796400. OLE color: 10796400.

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

Color convert

RGB 112 189 164 -
CMYK 0.41 0 0.13 0.26
HSL 160.52º 0.37% 0.59% -
HSV(B) 160.52º 0.41% 0.74% -
XYZ 31.58 42.52 41.66 -
YUV 163.13 128.49 91.53 -
System Red Green Blue C M Y K H S L
Decimal 112 189 164 0.41 0 0.13 0.26 160.52 0.37 0.59
Hex 70 BD A4 29 0 D 1A A1 25 3B
Octal 160 275 244 51 0 15 32 241 45 73
Binary 1110000 10111101 10100100 101001 0 1101 11010 10100001 100101 111011

Color Harmonies of #70BDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BDA4

Black with #70BDA4

Text Example


Text Example

White with #70BDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,189,164); }

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

background-color css

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

 a { background-color: rgb(112,189,164); }

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

border-color css

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

 span { border-color: rgb(112,189,164); }

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