Html Css Color HEX #3BAEAF Light Sea Green

📋 copy color: '#3BAEAF'

red 59 ◦ green 174 ◦ blue 175

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

Shades of Light Sea Green #3BAEAF

Tints of Light Sea Green #3BAEAF

RGB

 RED value IS 59 (23.44% from 255) = 14.46%

 GREEN value IS 174 (68.36% from 255) = 42.65%

 BLUE value IS 175 (68.75% from 255) = 42.89%

R = 14.46%
G = 42.65%
B = 42.89%

CMYK

 C value IS 0.66

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3BAEAF (or 0x3BAEAF) is known color: Light Sea Green. HEX triplet: 3B, AE and AF. RGB value is (59,174,175). Sum of RGB (Red+Green+Blue) = 59+174+175=408 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.46% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #3BAEAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAEAF is #C45150. Grayscale: #8B8B8B. Windows color (decimal): -12865873 or 11513403. OLE color: 11513403.

HSL color Cylindrical-coordinate representation of color #3BAEAF: hue angle of 180.52º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAEAF is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 59 174 175 -
CMYK 0.66 0.01 0 0.31
HSL 180.52º 0.5% 0.46% -
HSV(B) 180.52º 0.66% 0.69% -
XYZ 24.68 34.3 45.88 -
YUV 139.73 147.9 70.42 -
System Red Green Blue C M Y K H S L
Decimal 59 174 175 0.66 0.01 0 0.31 180.52 0.5 0.46
Hex 3B AE AF 42 1 0 1F B5 32 2E
Octal 73 256 257 102 1 0 37 265 62 56
Binary 111011 10101110 10101111 1000010 1 0 11111 10110101 110010 101110

Color Harmonies of #3BAEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAEAF

Black with #3BAEAF

Text Example


Text Example

White with #3BAEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3BAEAF; }

 p { color: rgb(59,174,175); }

 H1.HeaderClassName
 {
   color: #3BAEAF;
 }
 .AnyTagClassName
 {
   color: #3BAEAF;
 }
</style>

background-color css

<style>
 a { background-color: #3BAEAF; }

 a { background-color: rgb(59,174,175); }

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

border-color css

<style>
 span { border-color: #3BAEAF; }

 span { border-color: rgb(59,174,175); }

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