Html Css Color HEX #69BEAD Gulf Stream

📋 copy color: '#69BEAD'

red 105 ◦ green 190 ◦ blue 173

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

Shades of Gulf Stream #69BEAD

Tints of Gulf Stream #69BEAD

RGB

 RED value IS 105 (41.41% from 255) = 22.44%

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

 BLUE value IS 173 (67.97% from 255) = 36.97%

R = 22.44%
G = 40.6%
B = 36.97%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#69BEAD (or 0x69BEAD) is known color: Gulf Stream. HEX triplet: 69, BE and AD. RGB value is (105,190,173). Sum of RGB (Red+Green+Blue) = 105+190+173=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 190 - color contains mainly: green. Hex color #69BEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BEAD is #964152. Grayscale: #A2A2A2. Windows color (decimal): -9847123 or 11386473. OLE color: 11386473.

HSL color Cylindrical-coordinate representation of color #69BEAD: hue angle of 168º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69BEAD is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 190 173 -
CMYK 0.45 0 0.09 0.25
HSL 168º 0.4% 0.58% -
HSV(B) 168º 0.45% 0.75% -
XYZ 31.78 42.85 46.13 -
YUV 162.65 133.84 86.88 -
System Red Green Blue C M Y K H S L
Decimal 105 190 173 0.45 0 0.09 0.25 168 0.4 0.58
Hex 69 BE AD 2D 0 9 19 A8 28 3A
Octal 151 276 255 55 0 11 31 250 50 72
Binary 1101001 10111110 10101101 101101 0 1001 11001 10101000 101000 111010

Color Harmonies of #69BEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BEAD

Black with #69BEAD

Text Example


Text Example

White with #69BEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69BEAD; }

 p { color: rgb(105,190,173); }

 H1.HeaderClassName
 {
   color: #69BEAD;
 }
 .AnyTagClassName
 {
   color: #69BEAD;
 }
</style>

background-color css

<style>
 a { background-color: #69BEAD; }

 a { background-color: rgb(105,190,173); }

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

border-color css

<style>
 span { border-color: #69BEAD; }

 span { border-color: rgb(105,190,173); }

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