Html Css Color HEX #32BEBE Light Sea Green

📋 copy color: '#32BEBE'

red 50 ◦ green 190 ◦ blue 190

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

Shades of Light Sea Green #32BEBE

Tints of Light Sea Green #32BEBE

RGB

 RED value IS 50 (19.92% from 255) = 11.63%

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

 BLUE value IS 190 (74.61% from 255) = 44.19%

R = 11.63%
G = 44.19%
B = 44.19%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#32BEBE (or 0x32BEBE) is known color: Light Sea Green. HEX triplet: 32, BE and BE. RGB value is (50,190,190). Sum of RGB (Red+Green+Blue) = 50+190+190=430 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.63% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #32BEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BEBE is #CD4141. Grayscale: #949494. Windows color (decimal): -13451586 or 12500530. OLE color: 12500530.

HSL color Cylindrical-coordinate representation of color #32BEBE: hue angle of 180º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BEBE is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 190 190 -
CMYK 0.74 0 0 0.25
HSL 180º 0.58% 0.47% -
HSV(B) 180º 0.74% 0.75% -
XYZ 29.02 41.22 55.14 -
YUV 148.14 151.62 58 -
System Red Green Blue C M Y K H S L
Decimal 50 190 190 0.74 0 0 0.25 180 0.58 0.47
Hex 32 BE BE 4A 0 0 19 B4 3A 2F
Octal 62 276 276 112 0 0 31 264 72 57
Binary 110010 10111110 10111110 1001010 0 0 11001 10110100 111010 101111

Color Harmonies of #32BEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BEBE

Black with #32BEBE

Text Example


Text Example

White with #32BEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32BEBE; }

 p { color: rgb(50,190,190); }

 H1.HeaderClassName
 {
   color: #32BEBE;
 }
 .AnyTagClassName
 {
   color: #32BEBE;
 }
</style>

background-color css

<style>
 a { background-color: #32BEBE; }

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

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

border-color css

<style>
 span { border-color: #32BEBE; }

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

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