Html Css Color HEX #70BCB2 Gulf Stream

📋 copy color: '#70BCB2'

red 112 ◦ green 188 ◦ blue 178

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

Shades of Gulf Stream #70BCB2

Tints of Gulf Stream #70BCB2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.33%

 BLUE value IS 178 (69.92% from 255) = 37.24%

R = 23.43%
G = 39.33%
B = 37.24%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#70BCB2 (or 0x70BCB2) is known color: Gulf Stream. HEX triplet: 70, BC and B2. RGB value is (112,188,178). Sum of RGB (Red+Green+Blue) = 112+188+178=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 188 - color contains mainly: green. Hex color #70BCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BCB2 is #8F434D. Grayscale: #A4A4A4. Windows color (decimal): -9388878 or 11713648. OLE color: 11713648.

HSL color Cylindrical-coordinate representation of color #70BCB2: hue angle of 172.11º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BCB2 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 188 178 -
CMYK 0.40 0 0.05 0.26
HSL 172.11º 0.36% 0.59% -
HSV(B) 172.11º 0.4% 0.74% -
XYZ 32.7 42.63 48.62 -
YUV 164.14 135.82 90.81 -
System Red Green Blue C M Y K H S L
Decimal 112 188 178 0.40 0 0.05 0.26 172.11 0.36 0.59
Hex 70 BC B2 28 0 5 1A AC 24 3B
Octal 160 274 262 50 0 5 32 254 44 73
Binary 1110000 10111100 10110010 101000 0 101 11010 10101100 100100 111011

Color Harmonies of #70BCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BCB2

Black with #70BCB2

Text Example


Text Example

White with #70BCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,188,178); }

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

background-color css

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

 a { background-color: rgb(112,188,178); }

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

border-color css

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

 span { border-color: rgb(112,188,178); }

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