Html Css Color HEX #21BEBA Light Sea Green

📋 copy color: '#21BEBA'

red 33 ◦ green 190 ◦ blue 186

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

Shades of Light Sea Green #21BEBA

Tints of Light Sea Green #21BEBA

RGB

 RED value IS 33 (13.28% from 255) = 8.07%

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

 BLUE value IS 186 (73.05% from 255) = 45.48%

R = 8.07%
G = 46.45%
B = 45.48%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#21BEBA (or 0x21BEBA) is known color: Light Sea Green. HEX triplet: 21, BE and BA. RGB value is (33,190,186). Sum of RGB (Red+Green+Blue) = 33+190+186=409 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.07% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 190 - color contains mainly: green. Hex color #21BEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BEBA is #DE4145. Grayscale: #8E8E8E. Windows color (decimal): -14565702 or 12238369. OLE color: 12238369.

HSL color Cylindrical-coordinate representation of color #21BEBA: hue angle of 178.47º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BEBA is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 190 186 -
CMYK 0.83 0 0.02 0.25
HSL 178.47º 0.7% 0.44% -
HSV(B) 178.47º 0.83% 0.75% -
XYZ 27.9 40.7 52.84 -
YUV 142.6 152.49 49.83 -
System Red Green Blue C M Y K H S L
Decimal 33 190 186 0.83 0 0.02 0.25 178.47 0.7 0.44
Hex 21 BE BA 53 0 2 19 B2 46 2C
Octal 41 276 272 123 0 2 31 262 106 54
Binary 100001 10111110 10111010 1010011 0 10 11001 10110010 1000110 101100

Color Harmonies of #21BEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BEBA

Black with #21BEBA

Text Example


Text Example

White with #21BEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21BEBA; }

 p { color: rgb(33,190,186); }

 H1.HeaderClassName
 {
   color: #21BEBA;
 }
 .AnyTagClassName
 {
   color: #21BEBA;
 }
</style>

background-color css

<style>
 a { background-color: #21BEBA; }

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

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

border-color css

<style>
 span { border-color: #21BEBA; }

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

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