Html Css Color HEX #34BEBA Light Sea Green

📋 copy color: '#34BEBA'

red 52 ◦ green 190 ◦ blue 186

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

Shades of Light Sea Green #34BEBA

Tints of Light Sea Green #34BEBA

RGB

 RED value IS 52 (20.7% from 255) = 12.15%

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

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

R = 12.15%
G = 44.39%
B = 43.46%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#34BEBA (or 0x34BEBA) is known color: Light Sea Green. HEX triplet: 34, BE and BA. RGB value is (52,190,186). Sum of RGB (Red+Green+Blue) = 52+190+186=428 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.15% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 190 - color contains mainly: green. Hex color #34BEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BEBA is #CB4145. Grayscale: #949494. Windows color (decimal): -13320518 or 12238388. OLE color: 12238388.

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

Color convert

RGB 52 190 186 -
CMYK 0.73 0 0.02 0.25
HSL 178.26º 0.57% 0.47% -
HSV(B) 178.26º 0.73% 0.75% -
XYZ 28.69 41.1 52.88 -
YUV 148.28 149.28 59.33 -
System Red Green Blue C M Y K H S L
Decimal 52 190 186 0.73 0 0.02 0.25 178.26 0.57 0.47
Hex 34 BE BA 49 0 2 19 B2 39 2F
Octal 64 276 272 111 0 2 31 262 71 57
Binary 110100 10111110 10111010 1001001 0 10 11001 10110010 111001 101111

Color Harmonies of #34BEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BEBA

Black with #34BEBA

Text Example


Text Example

White with #34BEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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