Html Css Color HEX #70BDA6 Gulf Stream

📋 copy color: '#70BDA6'

red 112 ◦ green 189 ◦ blue 166

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

Shades of Gulf Stream #70BDA6

Tints of Gulf Stream #70BDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.55%

R = 23.98%
G = 40.47%
B = 35.55%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#70BDA6 (or 0x70BDA6) is known color: Gulf Stream. HEX triplet: 70, BD and A6. RGB value is (112,189,166). Sum of RGB (Red+Green+Blue) = 112+189+166=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #70BDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BDA6 is #8F4259. Grayscale: #A3A3A3. Windows color (decimal): -9388634 or 10927472. OLE color: 10927472.

HSL color Cylindrical-coordinate representation of color #70BDA6: hue angle of 162.08º 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 #70BDA6 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 189 166 -
CMYK 0.41 0 0.12 0.26
HSL 162.08º 0.37% 0.59% -
HSV(B) 162.08º 0.41% 0.74% -
XYZ 31.76 42.59 42.62 -
YUV 163.36 129.49 91.37 -
System Red Green Blue C M Y K H S L
Decimal 112 189 166 0.41 0 0.12 0.26 162.08 0.37 0.59
Hex 70 BD A6 29 0 C 1A A2 25 3B
Octal 160 275 246 51 0 14 32 242 45 73
Binary 1110000 10111101 10100110 101001 0 1100 11010 10100010 100101 111011

Color Harmonies of #70BDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BDA6

Black with #70BDA6

Text Example


Text Example

White with #70BDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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